home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 July / Macworld (1996-07).dmg / Shareware World / Utilities / MiniCD / MiniCD HTML Help / HTML resources / Techie Stuff < prev    next >
Encoding:
Text File  |  1996-03-25  |  1.1 KB  |  16 lines  |  [TEXT/MOSS]

  1. <CENTER><H1>Techie Stuff</H1></CENTER><P>
  2. <P>
  3. Not for the faint hearted!<P>
  4. <P>
  5. This page describes some of the more interesting programming issues encountered with this program.<P><HR SIZE=3>
  6. <P>
  7. The code that controls the CD player was written using the Apple CD Driver notes, available somewhere on Apple's FTP server (forgotten where). These notes are vital for anyone else interested in CD control applications.<P><HR SIZE=3>
  8. The track names are stored in a file in the preferences folder called "CD Remote Programs". This is generated by the AppleCD Audio Player, and is used by other programs like CD Coyote.<P><HR SIZE=3>
  9. A custom LDEF (List DEFinition) is used to show the nice coloured list used in the Edit Set window:<P>
  10. <P>
  11. <CENTER><IMG SRC="Arrange Sets.GIF"></CENTER><P>
  12. <P>
  13. This list has different colours for each line type; red for the markers, black for the wanted tracks, grey for the unwabted tracks. The LDEF also aligns the numbers and the text properly.<P>
  14. Every Mac programmer should learn to write LDEF's, as they can enhance the appearence of the dullest list.<P><P><HR SIZE=3>
  15. That's all, folks!<P><P>
  16. <A HREF="Help_V1">Return to main menu</A>